Skip to content

Comments

fix: ARM-201 - Additional variables added for form field styling#238

Open
jlews wants to merge 1 commit intomainfrom
fix/additional-form-variables
Open

fix: ARM-201 - Additional variables added for form field styling#238
jlews wants to merge 1 commit intomainfrom
fix/additional-form-variables

Conversation

@jlews
Copy link
Contributor

@jlews jlews commented Mar 6, 2024

What's new?

Added the following variables for additional form styling flexibility:

  --arm-input-bg-color: var(--arm-color-white);
  --arm-checkbox-bg-color: var(--arm-input-bg-color);
  --arm-radio-bg-color: var(--arm-input-bg-color);

  --arm-input-fg-color: inherit;
  --arm-checkbox-fg-color: var(--arm-input-fg-color);
  --arm-radio-fg-color: var(--arm-input-fg-color);

Ticket number(s) in JIRA (if internal)

ARM-201

Checklist

  • does this work have all the relevant tests?
  • are your changes in Storybook?
  • does everything have jsdoc?
  • is everything exported from index.ts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants